home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 November / maximum-cd-1999-11.iso / Battlezone II / Disk1 / data1.cab / Program_Executable_Files / data.pak / effects_damage_dmgvhcl2.odf < prev    next >
Encoding:
Text File  |  1999-08-25  |  1.4 KB  |  63 lines

  1. // ===================
  2. // MEDIUM DAMAGE STATE
  3. // ===================
  4.  
  5. [DmgVhcl2]
  6. renderBase = "draw_multi"
  7. renderCount = 3
  8. renderName1 = "dmgvhcl2.smokeemitter"
  9. renderName2 = "dmgvhcl2.flameemitter"
  10. renderName3 = "dmgvhcl3.sparkemitter"
  11.  
  12. [SmokeEmitter]
  13. renderBase = "draw_twirl_trail"
  14. emitDelay = 0.05
  15. emitDelayVar = 0.03
  16. emitVelocity = "0.0 3.0 0.0"
  17. emitVariance = "2.0 2.0 2.0"
  18. emitInherit = "0.2 0.2 0.2"
  19. emitLife = 2.0
  20. textureName = "smoke.tga"
  21. textureBlend = "srcalpha invsrcalpha modulatealpha"
  22. startColor = "0 0 0 64"
  23. finishColor = "0 0 0 0"
  24. startRadius = 0.5
  25. finishRadius = 2.0
  26. animateTime = 2.0
  27. rotationRate = 2.0
  28.  
  29. [FlameEmitter]
  30. renderBase = "draw_twirl_trail"
  31. emitDelay = 0.03
  32. emitDelayVar = 0.02
  33. emitVelocity = "0.0 3.0 0.0"
  34. emitVariance = "2.0 2.0 2.0"
  35. emitInherit = "0.5 0.5 0.5"
  36. emitLife = 0.7
  37. renderBase = "draw_twirl"
  38. textureName = "fire.tga"
  39. textureBlend = "one one modulate"
  40. startColor = "255 255 200 128"
  41. finishColor = "255 0 0 0"
  42. startRadius = 0.3
  43. finishRadius = 0.1
  44. animateTime = 0.7
  45. rotationRate = 10.0
  46.  
  47. [SparkEmitter]
  48. renderBase = "draw_twirl_trail"
  49. emitDelay = 0.02
  50. emitDelayVar = 0.01
  51. emitVelocity = "0.0 5.0 0.0"
  52. emitVariance = "5.0 5.0 5.0"
  53. emitInherit = "1.0 1.0 1.0"
  54. emitLife = 1.0
  55. textureName = "spark.tga"
  56. textureBlend = "one one modulate"
  57. startColor = "255 255 0 255"
  58. finishColor = "255 0 0 0"
  59. startRadius = 0.1
  60. finishRadius = 0.05
  61. animateTime = 1.0
  62. rotationRate = 20.0
  63.